create
open override fun create(notificationsPermission: NotificationsPermission, settings: BasePermissionManager.Settings, coroutineScope: CoroutineScope): PermissionManager<NotificationsPermission>
Creates a NotificationsPermissionManager
Return
Parameters
notificationsPermission
the NotificationsPermission to be managed.
settings
BasePermissionManager.Settings to apply to the manager
coroutineScope
The CoroutineScope the manager runs on